From bd2d4ca0339aedb6e63c58a14edf256e8af00ea0 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Fri, 15 Nov 2002 05:23:41 +0000 Subject: [PATCH] Add provide call. --- lisp/emacs-lisp/gulp.el | 2 ++ lisp/mail/rmailedit.el | 2 ++ lisp/play/bruce.el | 2 ++ 3 files changed, 6 insertions(+) diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el index 39cc1b98c09..eb9f8af4105 100644 --- a/lisp/emacs-lisp/gulp.el +++ b/lisp/emacs-lisp/gulp.el @@ -171,4 +171,6 @@ That is a list of elements, each of the form (MAINTAINER PACKAGES...)." (if (= (length mnt) 0) (setq mnt nil))) ;; "^;; Author: $" --> nil (cons mnt timest)))) +(provide 'gulp) + ;;; gulp.el ends here diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index a24292381a8..3835070b341 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -154,4 +154,6 @@ This functions runs the normal hook `rmail-edit-mode-hook'. (rmail-cease-edit) (rmail-highlight-headers)) +(provide 'rmailedit) + ;;; rmailedit.el ends here diff --git a/lisp/play/bruce.el b/lisp/play/bruce.el index b69d26c9884..ff1a0753a52 100644 --- a/lisp/play/bruce.el +++ b/lisp/play/bruce.el @@ -145,4 +145,6 @@ ;; cleaned up, generalized, gratuitously broken by esr, and now resides in ;; cookie1.el. +(provide 'bruce) + ;;; bruce.el ends here -- 2.30.2